projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4ba220
)
(LIB_X11_LIB): New definition.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 31 Jan 1996 21:01:16 +0000
(21:01 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 31 Jan 1996 21:01:16 +0000
(21:01 +0000)
src/s/sol2-4.h
patch
|
blob
|
history
diff --git
a/src/s/sol2-4.h
b/src/s/sol2-4.h
index 82b3a7fccd4ba4c225e78dbdf252fbd3774d04ed..5a12bcfd439f36f2daea1dd1b973c9b3c434aeec 100644
(file)
--- a/
src/s/sol2-4.h
+++ b/
src/s/sol2-4.h
@@
-4,6
+4,10
@@
#define SOLARIS2_4
+/* Bill_Mann@praxisint.com says that configure can't link things with -lX11
+ unless it has -lXext as well. */
+#define LIB_X11_LIB -lX11 -lXext
+
/* Get rid of -traditional and let const really do its thing. */
#ifdef __GNUC__